@dpuse/dpuse-development 0.3.450 → 0.3.454
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6210,7 +6210,7 @@ var Cr = [
|
|
|
6210
6210
|
uploadGroupName: "contexts"
|
|
6211
6211
|
},
|
|
6212
6212
|
{
|
|
6213
|
-
idPrefix: "dpuse-development",
|
|
6213
|
+
idPrefix: "@dpuse/dpuse-development",
|
|
6214
6214
|
typeId: "development",
|
|
6215
6215
|
isPublish: !0,
|
|
6216
6216
|
uploadGroupName: void 0
|
|
@@ -6300,6 +6300,7 @@ async function Dr(e, n) {
|
|
|
6300
6300
|
return t.readdir(e, n);
|
|
6301
6301
|
}
|
|
6302
6302
|
function Or(e) {
|
|
6303
|
+
console.log(1111, e);
|
|
6303
6304
|
let t = Cr.find((t) => e.startsWith(t.idPrefix));
|
|
6304
6305
|
if (!t) throw Error(`Failed to locate module type configuration for identifier '${e}'.`);
|
|
6305
6306
|
return t;
|